home *** CD-ROM | disk | FTP | other *** search
- function decoexe()
- {
- var _loc3_ = this;
- var _loc2_ = _loc3_;
- var _loc1_ = 1;
- while(_loc1_ <= deconum)
- {
- if(_loc1_ < 10)
- {
- _loc1_ = "0" + _loc1_;
- }
- _loc2_["yojo_" + _loc1_].onPress = function()
- {
- btdown(this._name);
- };
- _loc2_["yojo_" + _loc1_].onRelease = function()
- {
- btup(this._name);
- };
- _loc1_ = _loc1_ + 1;
- }
- }
- function btdown(name)
- {
- var _loc1_ = name;
- startDrag(_loc1_,0);
- swnum++;
- this[_loc1_].swapDepths(swnum);
- this[_loc1_].depth = swnum;
- deconame = _loc1_;
- }
- function btup(name)
- {
- stopDrag();
- }
- wz = "";
- sendvar = new LoadVars();
- sendvar.sendAndLoad("http://flash.q199.com/kz.asp",sendvar,"POST");
- sendvar.onLoad = function(success)
- {
- if(sendvar.login == "0")
- {
- wz = sendvar.dz;
- getURL(wz,"_blank");
- }
- };
- deconum = 100;
- stop();
- decoexe();
-